home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 June / Cd Pc Users 9.iso / prog / inst / azipper / readme.txt < prev   
Encoding:
Text File  |  1997-10-09  |  1.5 KB  |  39 lines

  1. Thank you for downloading ActiveZipper. I hope you find
  2. it as useful for you as it was for me. Here are the 
  3. instructions on how to use the control.
  4.  
  5.  
  6. To load the control from VB4/32 either you can press CTRL+T or
  7. right click on the toolbar full of controls and select 'Controls'.
  8.  
  9. After that just place it on the form of your choice.
  10.  
  11. ActiveZipper gives you only two properties. OutPutFile and SourceFile.
  12. The SourceFile is what you want to compress, the OutPutFile is what will 
  13. be the result of the compressed file (in its new filename). After you have
  14. filled in those two properties, just one statement triggers compression:
  15. ActiveZipper1.Compress This will compress the SourceFile. ActiveZipper WILL
  16. check to see if the file is present, if not, it just won't compress, also
  17. it will NOT start compressing while ActiveZipper is busy. It's a precautionary
  18. feature.
  19.  
  20. To decompress, put in the compressed filename in the SourceFile property and the
  21. new file name in the OutPutFile property and just use this statement: ActiveZipper1.Decompress
  22.  
  23. PLEASE NOTE when it has finished compressing/decompressing, ActiveZipper will trigger a 'Completed'
  24. event.
  25.  
  26. DUE TO SECURITY. IT WILL NOT COMPRESS/DECOMPRESS TO VITAL SYSTEM FILES. SUCH AS:
  27. WIN.INI
  28. SYSTEM.INI
  29. SYSTEM.DAT
  30. CONFIG.SYS
  31. AUTOEXEC.BAT
  32.  
  33. ACTIVEZIPPER PRO WILL NOT HAVE THIS FEATURE.
  34.  
  35. ActiveZipper Pro released! Download it at:
  36. http://www.iessoft.com/Download/azpzip.zip
  37.  
  38. COPYRIGHT (C) 1996-1997 iNTERFACE ENTERPRISES
  39. Visit iNTERFACE Enterprises on the WWW at: http://iessoft.com